“Vehicle App Backend” Documentation by “Chirag Vadukia” v1.0


“Vehicle App Backend”

Created: 22/07/2021
By: Chirag Vadukia
chirag.vadukia@gmail.com

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Unzip the packaget
  2. Upload the Project folders and files to your server
  3. Set your base URL
  4. phpMyAdmin — How to import or restore a database or table
  5. Set your database settings
  6. Create api url for application

1) Unzip the packaget - top

Unzip the package you purchasing.


2) Upload the Project folders and files to your server - top

Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.


3) Set your base URLs - top

Open the application/config/config.php file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key.

Header Path


4) phpMyAdmin — How to import or restore a database or table - top

Create a new databse in phpmyadmin and import .sql file in project folder

  1. Log into phpMyAdmin.
  2. Select the destination database on the left pane.
  3. Click on the Import tab in the top center pane.
    phpMyAdmin_import
  4. Under the File to import section, click Browse and locate the file with the .sql extension you wish to import.
  5. Check or uncheck the boxes for 'Partial import' and 'Other options'.
  6. From the Format dropdown menu choose 'SQL'.
  7. Click the Go button at the bottom to import the database.

If you imported a database, all tables will show when selecting the database in the left panel of phpMyAdmin.

If you imported a table, the newly-imported table will appear in the list of tables.


5) Set your database settings - top

If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.

Project Structure


6) Create api url for application - top

You have to change domain in url of api as per your domain name.
for example: "http://mydomain.com/index.php/Vehicle_api/anyapiname"


Admin Login Detail

Username: admin
Password: admin123

If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.

Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this app. No guarantees, but I'll do my best to assist. If you have a more general question relating to the app, you might ask your question."

Chirag Vadukia

Go To Table of Contents